Next | Prev | Top | Contents | Index
Chapter 3: Models of Parallel Computation
Silicon Graphics, Inc., makes multiprocessor computer systems. You can use any of several programming models to exploit the parallel capabilities of the hardware. This chapter reviews the parallel programming models, supplying enough information that you can select one model. Pointers to more detailed documentation of each model are included. The major topics are:
- Parallel Hardware and Programming Models
-
- Using Statement-Level Parallelism
-
- Using Process-Level Parallelism
-
- Using MPI and PVM
-
Next | Prev | Top | Contents | Index